home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / text0289.txt < prev    next >
Encoding:
Text File  |  1994-05-31  |  5.0 KB  |  129 lines

  1. I'm having problems installing the Trumpet Winsock with Windows for
  2. Workgroups.  According to the Trumpet Winsock instructions I need to
  3. call WINPKT in my autoexec.bat file.  However WINPKT takes a "vector" or
  4. a Software Interrupt Address as an argument.  How do I find out what "vector"
  5. WfW is using?  (The suggested default 0x60 doesnt't work.)
  6.  
  7. I've got Trumpet to work by using my network card's default driver.  I found
  8. the "vector" to use in the card's *.cfg file.  However, when I do this I
  9. can't see any other workgroup machines anymore.  So does anyone know what
  10. "vector" Windows for Workgroup's driver uses?
  11.  
  12.  
  13.                             Thanks,
  14.                             Edward
  15. From news@bigblue.oit.unc.edu Thu May 19 19:46:25 1994
  16. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  17.           id AA19154; Fri, 20 May 1994 13:25:16 -0400
  18. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  19.           id AA24360; Fri, 20 May 1994 13:16:38 -0400
  20. Received: from GATEWAY by bigblue with netnews
  21.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  22. To: winsock@sunsite.unc.edu
  23. Date: Thu, 19 May 1994 19:46:25 +0000
  24. From: nikki@trmphrst.demon.co.uk (Nikki Locke)
  25. Message-Id: <769401985snx@trmphrst.demon.co.uk>
  26. Organization: Trumphurst Ltd.
  27. Sender: ses
  28. References: <18MAY199414423251@ariel.lerc.nasa.gov>
  29. Subject: Re: A really basic question.  (Is it in the FAQ?)
  30.  
  31. In article <18MAY199414423251@ariel.lerc.nasa.gov> loney@ariel.lerc.nasa.gov (Patrick Loney) writes:
  32. >      Okay.  I've read the winsock documentation and can see the links with
  33. > the BSD stuff rewriting an application that used to be on a unix box does
  34. > not look to tough.  However, there is one point I am still green on.  How
  35. > do I link my object code with the winsock.dll?
  36.  
  37. Consult your compiler documentation.
  38.  
  39. Basically, there should be a utility (often called IMPLIB) which takes 
  40. winsock.dll as input, and produces winsock.lib. The winsock.lib file 
  41. produced is an ordinary library file, which contains magic code to 
  42. translate your ordinary pascal function call into a winsock.dll call.
  43. You then link with this library in the normal way.
  44.  
  45. Users of Visual Basic may need to do something else - most VB applications
  46. which use winsock seem to use another library - perhaps it's something to 
  47. do with custom controls.
  48.  
  49. -- 
  50. Nikki Locke,Trumphurst Ltd.(PC & Unix consultancy) nikki@trmphrst.demon.co.uk
  51. trmphrst.demon.co.uk is NOT affiliated with ANY other sites at demon.co.uk.
  52. From news@bigblue.oit.unc.edu Tue May 20 17:14:07 1994
  53. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  54.           id AA27024; Fri, 20 May 1994 13:56:56 -0400
  55. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  56.           id AA18932; Fri, 20 May 1994 13:42:28 -0400
  57. Received: from GATEWAY by bigblue with netnews
  58.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  59. To: winsock@sunsite.unc.edu
  60. Date: 20 May 1994 17:14:07 GMT
  61. From: ppoh@iddis.com (Paul B. Poh)
  62. Message-Id: <IDDPBP.94May20131407@iddss1.iddis.com>
  63. Organization: IDD Information Services
  64. Sender: ses
  65. Subject: WFTPD problems
  66.  
  67.  
  68. Hi,
  69.  
  70. I just obtained Alun Jones winsock FTP daemon (version 1.9b) but I seem to
  71. be having some problems with it.
  72.  
  73. The daemon seem to be working well enough but it appears to be dropping
  74. every other command that is sent to it. Just the first character of the
  75. command string. I tried the greedy option and increased the buffers of my
  76. FTP stack but couldn't seem to solve the problem.
  77.  
  78. I'm using MS-DOS 5.0, PC/TCP 2.3, Window 3.1, and the FTP client was
  79. the standard Solaris client on a SPARC 2. 
  80.  
  81. Thanks for any tips and/or help.
  82.  
  83. --
  84.  
  85. -----------
  86. Paul B. Poh (ppoh@iddis.com)
  87. Software Development
  88. IDD Information Services
  89. From news@bigblue.oit.unc.edu Fri May 20 14:25:10 1994
  90. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  91.           id AA04824; Fri, 20 May 1994 14:25:10 -0400
  92. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  93.           id AA09369; Fri, 20 May 1994 14:09:17 -0400
  94. Received: from GATEWAY by bigblue with netnews
  95.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  96. To: winsock@sunsite.unc.edu
  97. Date: Fri, 20 May 1994 11:04:46
  98. From: tempest@wln.com (Kevin Wisehart)
  99. Message-Id: <tempest.6.000B14AC@wln.com>
  100. Organization: Cyber-Net Systems
  101. Sender: ses
  102. References: <Cq3wzF.87E@news.ess.harris.com>
  103. Subject: Re: NNTP Protocol
  104.  
  105. In article <Cq3wzF.87E@news.ess.harris.com> gsegalli@ic1d.harris.com (Greg Segallis) writes:
  106. >From: gsegalli@ic1d.harris.com (Greg Segallis)
  107. >Subject: NNTP Protocol
  108. >Date: Fri, 20 May 1994 15:14:01 GMT
  109.  
  110. >I am interested in trying my hand at winsock programming.  I want
  111. >to start with a newsreader program.  I am looking for any references
  112. >or sources (standards, ftp sites, etc.) for the NNTP protocol or
  113. >anything related to newsreaders.  Please reply directly to my email
  114. >address.
  115.  
  116. >Thanks,
  117. >Greg
  118.  
  119. Post to this newsgroup also please!
  120.  
  121.  
  122.  
  123. ---------------------------------------------------------
  124. Kevin T. Wisehart           Internet:tempest@wln.com
  125.  
  126. "Yet another hitchhiker on the Information SuperHighway."
  127.  
  128.  
  129.